Ktor
Toggle table of contents
3.3.x
Select version
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
wasmJs
Target filter
wasmJs
Switch theme
Search in API
Skip to content
Ktor
ktor-client-core
/
io.ktor.client.fetch
/
[wasmJs]ReadableStream
Readable
Stream
wasmJs
external
interface
ReadableStream
<
R
:
JsAny
?
>
:
JsAny
(
source
)
Members
Properties
locked
Link copied to clipboard
wasmJs
abstract
var
locked
:
Boolean
Functions
cancel
Link copied to clipboard
wasmJs
abstract
fun
cancel
(
reason
:
JsAny
?
=
definedExternally
)
:
Promise
<
JsAny
?
>
get
Reader
Link copied to clipboard
wasmJs
abstract
fun
getReader
(
)
:
ReadableStreamDefaultReader
<
R
>
abstract
fun
getReader
(
options
:
JsAny
?
)
:
ReadableStreamBYOBReader
pipe
To
Link copied to clipboard
wasmJs
abstract
fun
pipeTo
(
dest
:
WritableStream
<
R
>
,
options
:
PipeOptions
?
=
definedExternally
)
:
Promise
<
JsAny
?
>
tee
Link copied to clipboard
wasmJs
abstract
fun
tee
(
)
:
JsAny
?